home *** CD-ROM | disk | FTP | other *** search
- #pragma once
- /*****
- *
- * MenuFile.h
- *
- * This is a support file for "Grant's CGI Framework".
- * Please see the license agreement that accompanies the distribution package
- * for licensing details.
- *
- * Copyright ©1995,1996 by Grant Neufeld
- * grant@acm.com
- * http://arpp.carleton.ca/grant/
- *
- *****/
-
- #include "WindowInt.h"
-
-
- /*** MENU ITEM CONSTANTS ***/
-
- //#define kmiOpen
- #define kmiClose 1
- //#define kmiSave
- //#define kmiSaveAs
- //#define kmiPageSetup
- //#define kmiPrint
- #define kmiQuit 3
-
-
- /*** FUNCTION PROTOTYPES ***/
-
- void doFileMenu ( short, short ); /* menuItem, modifiers */
- void adjustFileMenu ( window_type );
-
-
- /***** EOF *****/
-